home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python151_Src.lha / Python1.5_Source / Modules / protos / regexpr_protos.h < prev    next >
Text File  |  1998-01-25  |  461b  |  9 lines

  1.  
  2. /* regexpr.c */
  3. static int hex_char_to_decimal ( int ch );
  4. static void re_compile_fastmap_aux ( unsigned char *code , int pos , unsigned char *visited , unsigned char *can_be_null , unsigned char *fastmap );
  5. static int re_do_compile_fastmap ( unsigned char *buffer , int used , int pos , unsigned char *can_be_null , unsigned char *fastmap );
  6. static int re_optimize_star_jump ( regexp_t bufp , unsigned char *code );
  7. static int re_optimize ( regexp_t bufp );
  8.  
  9.